projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be81cc2
)
* test/indent/css-mode.css: Add tests for url(...) syntax.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 29 Oct 2015 14:36:52 +0000
(10:36 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 29 Oct 2015 14:36:52 +0000
(10:36 -0400)
test/indent/css-mode.css
patch
|
blob
|
history
diff --git
a/test/indent/css-mode.css
b/test/indent/css-mode.css
index 2f04e96764879d7739456186a94ef07e56a3a2e1..24166b002827bb789a7144b70036350f6e058c70 100644
(file)
--- a/
test/indent/css-mode.css
+++ b/
test/indent/css-mode.css
@@
-30,7
+30,9
@@
a.b:c,d.e:f,g[h]:i,j[k]:l,.m.n:o,.p.q:r,.s[t]:u,.v[w]:x { /* bug:20282 */
.x2
{
/* foo: bar; */ foo2: bar2;
- bar: baz;
+ bar1: url("http://toto/titi");
+ bar2: url('http://toto/titi');
+ bar3: url(http://toto/titi);
}
div.x3